#zSlider {
	margin:0px auto;
	width:1350px;
	overflow:hidden;
}
#picshow {
	position:relative;
}
#picshow, #picshow_img {
	width:1030px;
	height:590px;
	overflow:hidden;
	float:left;
}
#picshow_img li {
	width:1030px;
	height:660px;
	overflow:hidden;
	float:left;
	display:none;
}
#picshow_img img {
	width:1030px;
	height:590px;
}
#picshow_tx {
	left:0px;
	width:1030px;
	bottom:0px;
	position:absolute;
	height:90px;
	overflow:hidden;
}
#picshow_tx li {
	background:url(/public/static/admin/images/picshow_bg.png) repeat;
	padding:10px 30px;
	height:90px;
	color:#fff;
	display:none;
}
#picshow_tx li a {
	color:#fff;
}
#picshow_tx li a:hover {
	text-decoration:none;
}
#picshow_tx li h3 {
	margin:13px 0;
}
#picshow_tx li p {
	color:#ccc;
	line-height:16px;
	height:16px;
	overflow:hidden;
}
#select_btn {
	width:320px;
	height:590px;
	color:#111;
	float:right;
	display:inline;
	background-color:#f5f1f0;
}
#select_btn li {
    padding: 9px 11px 0px 9px;
    width: 299px;
    height: 88.3px;
    border-top: 1px solid #e4dbd6;
    cursor: pointer;
    transition: all .7s ease 0s;
}
#select_btn li:hover {
    background-color: #a18b74;

}
#select_btn li a:hover {
    color: #ffffff;

}
#select_btn li.current {
    background-color: #a18b74;

}
#select_btn li.current a{
	color: #ffffff;


}
#select_btn li.current:hover {
    background-color: #a18b74;

}
#select_btn a {
	color:#636261;
}
#select_btn img {
	padding:3px;
	border:1px solid #e9ddd9;
	width:130px;
	height:75px;
	margin-right:10px;
	float:left;
}
#select_btn .select_text {
	height:20px;
	font: 14px 'Microsoft YaHei';
	overflow:hidden;
	display:block;
}
#select_btn .select_text:hover {
	text-decoration:none;
}
#select_btn .select_date {
	height:23px;
	line-height:23px;
	overflow:hidden;
	display:block;
}
#foot_bm a, #foot_bm, p, p a {
	color:#666;
}